Platform Explorer / Nuxeo Platform 2023.10

Extension point domainEventProducer

Documentation

Extension point to define Stream Domain Event Producers.

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.event.stream.DomainEventProducerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-core-2023.10.13.jar /OSGI-INF/core-domain-event-producer-contrib.xml
    <extension point="domainEventProducer" target="org.nuxeo.ecm.core.event.EventServiceComponent">
        <domainEventProducer class="org.nuxeo.ecm.core.blob.stream.BlobDomainEventProducer" name="blobDomain">
          <stream codec="avro" name="source/blob" partitions="1"/>
        </domainEventProducer>
        <domainEventProducer class="org.nuxeo.ecm.core.model.stream.DocumentDomainEventProducer" name="documentDomain">
          <stream codec="avro" name="source/document" partitions="1"/>
        </domainEventProducer>
      </extension>